home *** CD-ROM | disk | FTP | other *** search
- .TH MSLEEP
- 6 "IRIT Version 6.0"
- .SH NAME
- MSLEEP
-
-
-
- MSLEEP( NumericType MilliSeconds )
-
- Causes the solid modeller to sleep for the prescribed time in milliseconds.
-
- Example:
-
- for ( i = 1, 1, sizeof( crvs ),
- c = nth( crvs, i ):
- color( c, yellow ):
- msleep(20):
- viewobj( c )
- );
-
- Displays an animation sequence and sleeps for 20 milliseconds between
- iterations.
-